RingBuffer.data

Undocumented in source.
struct RingBuffer(T, uint Length)
@nogc
T[Length] data;

Meta